See this link for info: http://peterdowns.com/posts/first-time-with-pypi.html

Upload source distribution and documentation
* python setup.py register
* python setup.py sdist upload
* python setup.py sdist upload_docs

Make documentation for local use from within the doc directory
* make html

PGP signing
* keybase pgp sign -i btcndash-2.1.0.tar.gz -o btcndash-2.1.0.tar.gz.asc -d
* keybase pgp verify -i btcndash-2.1.0.tar.gz -d btcndash-2.1.0.tar.gz.asc

